<!-- AlternatingRowColors takes precedence over BackgroundColor and RowDepthColors takes precedence over both AlternatingRowColors and BackgroundColor -->
<backgroundColor type="Number"></backgroundColor>
<!-- accepts a hex value -->
<alternatingRowColors>
<!-- row alternate color based on the array of color values (row 1 = the value of the first color, row 2 = the value of the second color, row 3 equals the value of the first color, etc. -->
<array>
<!-- accepts two or more hex colors ( add additional Colors tags if more are needed ) -->
<colors type="Number"></colors>
<colors type="Number"></colors>
</array>
</alternatingRowColors>
<rowDepthColors>
<!-- color is based on the rows depth in the tree hierarchy -->
<array>
<!-- accepts two or more hex colors colors in the form of 0xFFFFFF ( add additional Colors tags if more are needed ) -->